home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / phpmyadmin / libraries / fpdf / font / courier.php next >
Encoding:
PHP Script  |  2004-05-20  |  286 b   |  9 lines

  1. <?php
  2. // vim: expandtab sw=4 ts=4 sts=4:
  3. for ($i=0;$i<=255;$i++)
  4.     $fpdf_charwidths['courier'][chr($i)]=600;
  5. $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
  6. $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
  7. $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
  8. ?>
  9.